SwiftlyS2

CString

Struct CString

Namespace: SwiftlyS2.Shared.Natives

Assembly: SwiftlyS2.CS2.dll

Wrapper class for native char*.

public struct CString

Inherited Members

Properties

Value

public string Value { readonly get; set; }
Property Value

Methods

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()
Returns
  • string — The fully qualified type name.

Operators

implicit operator string(CString)

public static implicit operator string(CString str)
Parameters
Returns

implicit operator CString(string)

public static implicit operator CString(string str)
Parameters
Returns

On this page