Interface IStdBSUtils
Assembly: StdPlatBS100.dll
Syntax
[ComVisible(true)]
[Guid("1E343337-6390-4BE2-8D39-C5217FF5CDF5")]
public interface IStdBSUtils
Methods
FBool(Object)
Declaration
bool FBool(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.Boolean |
|
FByt(Object)
Declaration
byte FByt(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.Byte |
|
FCur(Object)
Declaration
decimal FCur(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.Decimal |
|
FData(Object, Boolean)
Declaration
DateTime FData(object varValor, bool IncluiHora = false)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
| System.Boolean |
IncluiHora |
|
Returns
| Type |
Description |
| System.DateTime |
|
FDbl(Object)
Declaration
double FDbl(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.Double |
|
FInt(Object)
Declaration
int FInt(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.Int32 |
|
FLng(Object)
Declaration
long FLng(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.Int64 |
|
FNum(Object)
Declaration
string FNum(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.String |
|
FSng(Object)
Declaration
float FSng(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.Single |
|
FStr(Object)
Declaration
string FStr(object varValor)
Parameters
| Type |
Name |
Description |
| System.Object |
varValor |
|
Returns
| Type |
Description |
| System.String |
|