The Strings type exposes the following members.

Constructors

  NameDescription
Public methodStrings
Initializes a new instance of the Strings class

Methods

  NameDescription
Public methodStatic memberAbsolutePath
Return absolute path from relative path
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberInQuotes
Returns true if the specified location is inside of a quote set
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNormalizeDirectory
Ensures the directory ends with a '\' character
Public methodStatic memberRelativePath
Returns a relative path from an absolute path
Public methodStatic memberReplace
Replaces all instances of a string in a string with a new value
Public methodStatic memberSplitComponents
Splits a string by delimiter while accounting for quotes
Public methodStatic memberTokenize
Tokenizes a line while accounting for quotes
Public methodToString (Inherited from Object.)

See Also