[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

If a 0xff 0xfe BOM is in 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

                 
  C#     Visual Basic     Visual C++  
public 
static 
string 
StripBom(
	
string 
input
)
Public 
Shared 
Function 
StripBom ( _
	
input 
As 
String _
) 
As 
String
public:
static 
String^ 
StripBom(
	
String^ 
input
)

Parameters

input
String
String to strip BOM from

Return Value

String with BOM stripped out

See Also