ConvertToAscII(String) Method
Convert a character to AscII code.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static int ToAscII(
string str
)
Public Shared Function ToAscII (
str As String
) As Integer
- str String
- Character to convert.
Int32Int32 with the value converted.