Class CString
Inheritance
System.Object
CString
Assembly: GCore.dll
Syntax
public class CString : UnmanagedMemory
Constructors
|
Improve this Doc
View Source
CString(String, CEncoding)
Declaration
public CString(string str, CEncoding env = CEncoding.Ascii)
Parameters
Type |
Name |
Description |
System.String |
str |
|
CEncoding |
env |
|
Properties
|
Improve this Doc
View Source
Enc
Declaration
public Encoding Enc { get; protected set; }
Property Value
Type |
Description |
Encoding |
|
|
Improve this Doc
View Source
Str
Declaration
public String Str { get; protected set; }
Property Value
Extension Methods