TextHelpers.StripBom Method

 

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static StripBom(Byte[])

If "0xff 0xfe BOM" is at the beginning of the input byte stream, it will be stripped.

System_CAPS_pubmethodSystem_CAPS_static 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