ToString()

Converts specified expression value to string value.

Converts specified expression value to string value.
Syntax
ToString(double doubleExpression)

Example

ToString(Random())

 

Converts specified double expression value to string value for depth columns. 

Syntax
ToString(double doubleExpression)

Example

ToString(Random())

 

Converts specified date/time expression value to string value. 

Syntax
ToString(date/time dateTimeExpression)

Example

ToString(Now())

 

Converts specified string expression value to string value.

Syntax

ToString(string stringExpression) 

Example

ToString(CurrentEntity())

 

Converts specified string expression value to string value for depth columns. 

Syntax
ToString(string stringExpression)

Example

ToString(CurrentEntity())

 

Converts specified boolean expression value to string value. 

Syntax
ToString(boolean booleanExpression)

Example

ToString(IsTagged("Sand problem"))

 

Converts specified string value to string value (no actual conversion). 

Syntax
ToString(string stringValue)

Example

ToString("Well 34")

 

Converts specified string value to string value (no actual conversion) for depth columns.

Syntax
ToString(string stringValue)

Example

ToString("Well 34")

 

Converts specified entity value to string value. 

Syntax
ToString(entities entityName)

Example

ToString(_Entity("Well X"))