StringExtensions Class
Dynamics CRM 2015
Updated: January 15, 2016
Applies To: Dynamics CRM 2015
Extensions for working with string values. (Developer Extensions)
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FormatWith(String^, array<Object^>^) | Calls the Format(IFormatProvider, String, Object[]) method with the InvariantCulture provider to return the formatted string. |
![]() ![]() | ToEnum<T>(Int32) | Converts an integer value into an Enum value. |
![]() ![]() | ToEnum<T>(String^) | Parses a name value into an Enum value. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2017 Microsoft. All rights reserved. Copyright
Show:

