BitString.Substring Method (Int32)
Returns a substring of this string.
[Visual Basic]
Overloads Public Function Substring( _
ByVal
start As
Integer _
) As
BitString
Parameters
-
start
- The position to start from, must be between 0 and the length of the string, the rest of the string is returned.
Return Value
The Bitstring identified
See Also
BitString Class | NpgsqlTypes Namespace | BitString.Substring Overload List