CString
Struct CString
Namespace: SwiftlyS2.Shared.Natives
Assembly: SwiftlyS2.CS2.dll
Wrapper class for native char*.
public struct CStringInherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.ReferenceEquals(object?, object?)
- object.ToString()
Properties
Value
public string Value { get; set; }Property Value
Operators
implicit operator string(CString)
public static implicit operator string(CString str)Parameters
- str CString
Returns
implicit operator CString(string)
public static implicit operator CString(string str)Parameters
- str string
Returns