Struct TypeConverter.ConversionResult
Namespace: AS2
Assembly: .dll
Syntax
public struct TypeConverter.ConversionResult
Constructors
|
Edit this page
View Source
ConversionResult(object, bool)
Declaration
public ConversionResult(object obj, bool conversionSuccessful)
Parameters
Type |
Name |
Description |
object |
obj |
|
bool |
conversionSuccessful |
|
Fields
|
Edit this page
View Source
conversionSuccessful
Declaration
public bool conversionSuccessful
Field Value
|
Edit this page
View Source
obj
Declaration
Field Value