TextHelpers Class
Provides helper methods for text functions.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | EqualsCaseInsensitive(String^, String^) | Compares two strings for equivalence, ignoring the case. |
![]() ![]() | HexBinaryDecode(String^) | Converts a string from an SMS blob format to a byte array. |
![]() ![]() | HexBinaryEncode(array<Byte>^) | Converts a byte array into an SMS blob format. |
![]() ![]() | IsFqdn(String^) | Verifies whether a specified string is a valid FQDN. |
![]() ![]() | IsGuid(String^) | Returns true if the specified string contains a GUID. |
![]() ![]() | IsValidSiteCode(String^) | Verifies whether a specified string is a valid site code. |
![]() ![]() | StripBom(array<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. |
![]() ![]() | ToHex(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.

