Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If "0xff 0xfe BOM" is at the beginning of the input string, it will be stripped.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static string StripBom(
string input
)
public:
static String^ StripBom(
String^ input
)
Public Shared Function StripBom (
input As String
) As String
Parameters
input
Type: System.StringString from which to strip the BOM.
Return Value
Type: System.String
String with the BOM stripped out.
See Also
StripBom Overload
TextHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top