TextHelpers Class

 

Provides helper methods for text functions.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::TextHelpers

[SerializableAttribute]
[ExtensionAttribute]
public ref class TextHelpers abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticEqualsCaseInsensitive(String^, String^)

Compares two strings for equivalence, ignoring the case.

System_CAPS_pubmethodSystem_CAPS_staticHexBinaryDecode(String^)

Converts a string from an SMS blob format to a byte array.

System_CAPS_pubmethodSystem_CAPS_staticHexBinaryEncode(array<Byte>^)

Converts a byte array into an SMS blob format.

System_CAPS_pubmethodSystem_CAPS_staticIsFqdn(String^)

Verifies whether a specified string is a valid FQDN.

System_CAPS_pubmethodSystem_CAPS_staticIsGuid(String^)

Returns true if the specified string contains a GUID.

System_CAPS_pubmethodSystem_CAPS_staticIsValidSiteCode(String^)

Verifies whether a specified string is a valid site code.

System_CAPS_pubmethodSystem_CAPS_staticStripBom(array<Byte>^)

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

System_CAPS_pubmethodSystem_CAPS_staticStripBom(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticToHex(array<Byte>^)

Converts a byte array into a hex string.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: