| 名前 | 解説 | |
|---|---|---|
![]() | Compare | Compares two objects. |
![]() ![]() | CompareIdent | Compares two idents. |
![]() | Evaluate | |
![]() | Execute | オーバーロードされます。 |
![]() ![]() | FormatValue | Returns string representation of specified value. Returns C1.Document.Strings.Null if value is null or System.DBNull.Value. Returns strings like "XXX(YYY)" where XXX - value.ToString(), YYY - value.GetType().FullName. |
![]() | GetFunctions | オーバーロードされます。 returns list of defined functions - both local and global |
![]() | GetObjectValue | |
![]() | GetProcedures | Returns list of defined subs and functions. |
![]() | GetSubs | オーバーロードされます。 returns list of defined subs - both local and global |
![]() | ParseExpression | |
![]() | ParseStatement | |
![]() | Reset | |
![]() | SetObjectValue | |
![]() | ToDateTime | Convert object to DateTime, throws an exception if conversion fails. |
![]() | ToDbl | Convert any object to double, throws an exception if conversion fails. Null values interpreted as zero. |
![]() | ToInt | Convert any object to int, simple call ToDbl (int)ToDbl(o). |
![]() | TryToDateTime | Tries to convert object to DateTime. |
![]() ![]() | TryToDbl | オーバーロードされます。 Tries to convert any object to double. |
![]() | TryToInt | Tries to convert any object to int, based on TryToDbl(Object,Boolean,Double). |
![]() | ValueToString | Converts value to string using Culture. |


