Click or drag to resize
StringExtensions Class
String extensions class
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.OAuth2PlatformClientStringExtensions

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnsureTrailingSlash
Ensures trailing slash at the end of the url
Public methodStatic memberGetStringValue
Will get the string value for a given enums value, this will only work if you assign the StringValue attribute to the items in your enum.
Public methodStatic memberRemoveTrailingSlash
Removes trailing slash at the end of the url
Top
See Also