Click or drag to resize

SValueCanConvertTo Method

Developed by SO-SOFT
Can this type is converted to

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public bool CanConvertTo(
	SValue toValue
)

Parameters

toValue  SValue
A value type convert to

Return Value

Boolean
If this type can convert to the argument toValue, return true, otherwise false.
See Also