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

[ExtensionAttribute]
public ref class StringExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticFormatWith(String^, array<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: