AsExtensions.AsStream Method (String)
From Tungsten Suite
Tungsten
|
|
AsExtensionsAsStream Method (String) |
Creates a MemoryStream object and initializes it with the specified string
Namespace: W
Assembly: Tungsten.As (in Tungsten.As.dll) Version: 2.0.1
C#
public static MemoryStream AsStream( this string this )
Parameters
- this
- Type: SystemString
The string used in creating the MemoryStream
Return Value
Type: MemoryStreamA new MemoryStream initilized with the specified string