asRaw() public method
Formats the value as is without any formatting.
This method simply returns back the parameter without any format. The only exception is a null
value which will be formatted using $nullDisplay.
public string asRaw ( $value ) | ||
---|---|---|
$value | mixed |
The value to be formatted. |
return | string |
The formatted result. |
Please login to continue.