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