Class StringExtensions
Extension methods for strings.
Inheritance
System.Object
StringExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: McStreamy
Assembly: cs.temp.dll.dll
Syntax
public static class StringExtensions
Methods
Name | Description |
---|---|
ToStream(String) | Creates a new (memory) stream containing the UTF-8 bytes from the string specified. |
ToStream(String, Encoding) | Creates a new (memory) stream containing the bytes from the string specified, using the provided encoding to convert the string into byte content. |