Show / Hide Table of Contents

Class StringExtensions

Wrapper for extension methods on the strings. You should never have to refer directly to this class.

Inheritance
Object
StringExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.MetricSetSyntaxTree.Extensions
Assembly: MetricSetSyntaxTree.dll
Syntax
public static class StringExtensions

Methods

View Source

AsStream(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
  • View Source
Back to top Generated by DocFX