StringExtensions Class
Applies To: Dynamics CRM 2015
Extensions for working with string values. (Developer Extensions)
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Client.StringExtensions
Syntax
public static class StringExtensions
[ExtensionAttribute]
public ref class StringExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type StringExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class StringExtensions
Methods
Name | Description | |
---|---|---|
FormatWith(String, 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. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright