StringExtensions Class

 

Updated: January 15, 2016

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)

System.Object
  Microsoft.Xrm.Client.StringExtensions

public static class StringExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticFormatWith(String, Object[])

Calls the Format(IFormatProvider, String, Object[]) method with the InvariantCulture provider to return the formatted string.

System_CAPS_pubmethodSystem_CAPS_staticToEnum<T>(Int32)

Converts an integer value into an Enum value.

System_CAPS_pubmethodSystem_CAPS_staticToEnum<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.

Return to top

© 2017 Microsoft. All rights reserved. Copyright

Show: