 | ByteConverterGetStringByteCount Method |
Gets the number of bytes required to convert a string.
Namespace:
Couchbase.Core.IO.Converters
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic static int GetStringByteCount(
string value
)
Parameters
- value
- Type: SystemString
The value.
Return Value
Type:
Int32The number of bytes required to convert the string.
See Also