Encodes a URL string using the specified encoding object.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- value
- Type: System String
The text to encode.
- encodingType
- Type: Nemiro.OAuth UrlEncodingType
The type of the encoder.
- codePage
- Type: System.Text Encoding
The Encoding object that specifies the encoding scheme.
Return Value
Type: StringSee Also