Click or drag to resize
StringSubstring Method
Overload List
  NameDescription
Public methodSubstring(Int32)
Retrieves a substring from this instance. The substring starts at a specified character position.
Public methodSubstring(Int32, Int32)
Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.
Top
See Also