Click or drag to resize
JsonHelperEncodeValue Method (String, Boolean)
编码字符串

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string EncodeValue(
	string inputString,
	bool hex = true
)

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