JsonHelperEncodeValue Method (String, Boolean) |
编码字符串
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string EncodeValue(
string inputString,
bool hex = true
)
Public Shared Function EncodeValue (
inputString As String,
Optional hex As Boolean = true
) As String
public:
static String^ EncodeValue(
String^ inputString,
bool hex = true
)
static member EncodeValue :
inputString : string *
?hex : bool
(* Defaults:
let _hex = defaultArg hex true
*)
-> string
Parameters
- inputString
- Type: SystemString
[Missing <param name="inputString"/> documentation for "M:Adf.JsonHelper.EncodeValue(System.String,System.Boolean)"]
- hex (Optional)
- Type: SystemBoolean
[Missing <param name="hex"/> documentation for "M:Adf.JsonHelper.EncodeValue(System.String,System.Boolean)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.JsonHelper.EncodeValue(System.String,System.Boolean)"]
See Also