Struct NullTerminatedString
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ImGuiNET
Assembly: ImGui.NET.dll
Syntax
public struct NullTerminatedString
Constructors
| Improve this Doc View SourceNullTerminatedString(Byte*)
Declaration
public NullTerminatedString(byte *data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte* | data |
Fields
| Improve this Doc View SourceData
Declaration
public readonly byte *Data
Field Value
| Type | Description |
|---|---|
| System.Byte* |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()
Operators
| Improve this Doc View SourceImplicit(NullTerminatedString to String)
Declaration
public static implicit operator string (NullTerminatedString nts)
Parameters
| Type | Name | Description |
|---|---|---|
| NullTerminatedString | nts |
Returns
| Type | Description |
|---|---|
| System.String |