StringHelperGetMultiByteLength Method |
取得字符串多字节长度
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static int GetMultiByteLength(
string input
)
Public Shared Function GetMultiByteLength (
input As String
) As Integer
public:
static int GetMultiByteLength(
String^ input
)
static member GetMultiByteLength :
input : string -> int
Parameters
- input
- Type: SystemString
[Missing <param name="input"/> documentation for "M:Adf.StringHelper.GetMultiByteLength(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.StringHelper.GetMultiByteLength(System.String)"]
See Also