Class StringAsBase
Inheritance
StringAsBase
Assembly: FlaxEngine.dll
File: Engine/Utilities/StringConverter.h
Syntax
public class StringAsBase<CharType, InlinedSize>
Type Parameters
CharType
|
InlinedSize
|
Constructors
~StringAsBase()
Declaration
public ~StringAsBase()
Fields
_dynamic
Declaration
protected CharType* _dynamic = nullptr
Field Value
CharType
|
_inlined
Declaration
protected CharType _inlined[InlinedSize]
Field Value
CharType
|
_static
Declaration
protected CharType* _static = nullptr
Field Value
CharType
|
Methods
Get()
Declaration
public CharType* Get() const
Returns
CharType
|
Length()
Declaration
public int32 Length() const
Returns
int32
|