[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.GoogleDriveAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static Stream ToStream(
this string value
)
public static Stream ToStream(
this string value
)
<ExtensionAttribute>
Public Shared Function ToStream (
value As String
) As Stream
<ExtensionAttribute>
Public Shared Function ToStream (
value As String
) As Stream
public:
[ExtensionAttribute]
static Stream^ ToStream(
String^ value
)
public:
[ExtensionAttribute]
static Stream^ ToStream(
String^ value
)
static member ToStream :
value : string -> Stream
static member ToStream :
value : string -> Stream
Return Value
Type:
StreamUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).