StringExtensions Class |
Namespace: MongoDB.Driver.Linq
The StringExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IndexOfBytes(String, String) |
Searches a string for an occurrence of a substring and returns the UTF-8 byte index (zero-based) of the first occurrence.
|
![]() ![]() | IndexOfBytes(String, String, Int32) |
Searches a string for an occurrence of a substring and returns the UTF-8 byte index (zero-based) of the first occurrence.
|
![]() ![]() | IndexOfBytes(String, String, Int32, Int32) |
Searches a string for an occurrence of a substring and returns the UTF-8 byte index (zero-based) of the first occurrence.
|
![]() ![]() | StrLenBytes |
Returns the number of UTF-8 encoded bytes in the specified string.
|
![]() ![]() | SubstrBytes |
Returns the number of UTF-8 encoded bytes in the specified string.
|