Table of Contents

Class CString

Namespace
ReFuel.CVarScript
Assembly
ReFuel.dll
public class CString : CValue<string>, IConvertible, ICValue<string>
Inheritance
CString
Implements
Inherited Members

Constructors

CString(string)

public CString(string str)

Parameters

str string

Properties

Value

public override string Value { get; }

Property Value

string

Methods

Falsey()

public override bool Falsey()

Returns

bool

Plus(CValue)

public override CValue Plus(CValue right)

Parameters

right CValue

Returns

CValue

ToFloat()

public override float ToFloat()

Returns

float

ToInteger()

public override int ToInteger()

Returns

int

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Truthy()

public override bool Truthy()

Returns

bool

Operators

explicit operator bool(CString)

public static explicit operator bool(CString str)

Parameters

str CString

Returns

bool

explicit operator CString(string)

public static explicit operator CString(string str)

Parameters

str string

Returns

CString