Psz Conversion (Psz to Byte) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
p AS PSZ
) AS BYTE*
public static implicit operator byte* (
Psz p
)
Request Example
View SourceParameters
- p
- Type: Psz
Return Value
Type:
Byte*
See Also