Convert a String to an ascii byte array.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static byte[] asciiStringToBytes( string value )
Parameters
- value
- Type: SystemString
The String to convert. Cannot be null and must only contain valid ascii in the range 32-126.
Return Value
Type: ByteThe ascii byte array.
Remarks
See Also