TextHelpers.StripBom Method
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
StripBom(Byte[]) | If "0xff 0xfe BOM" is at the beginning of the input byte stream, it will be stripped. |
|
StripBom(String) | If "0xff 0xfe BOM" is at the beginning of the input string, it will be stripped. |
See Also
TextHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top