JDatabaseQuerySqlsrv::castAsChar
Casts a value to a char.
Ensure that the value is properly quoted before passing to the method.
Signature
public function castAsChar(string
$value )
Parameters
-
$value
- The value to cast as a char.
Returns
- string
- Returns the cast value.