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