Class StringExtensions
Wrapper for extension methods on the strings. You should never have to refer directly to this class.
Inherited Members
Namespace: Mangrove.MetricSetSyntaxTree.Extensions
Assembly: MetricSetSyntaxTree.dll
Syntax
public static class StringExtensions
Methods
View SourceAsStream(String)
Return a MemoryStream representation of an in-memory string.
Declaration
public static MemoryStream AsStream(this string s)
Parameters
Type | Name | Description |
---|---|---|
String | s |
Returns
Type | Description |
---|---|
MemoryStream |