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
Methods
Falsey()
public override bool Falsey()
Returns
Plus(CValue)
public override CValue Plus(CValue right)
Parameters
right
CValue
Returns
ToFloat()
public override float ToFloat()
Returns
ToInteger()
public override int ToInteger()
Returns
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
Operators
explicit operator bool(CString)
public static explicit operator bool(CString str)
Parameters
str
CString
Returns
explicit operator CString(string)
public static explicit operator CString(string str)
Parameters
str
string