Search Results for

    Show / Hide Table of Contents

    Struct TypeConverter.ConversionResult

    Result of the conversion. Check conversionSuccessful to see if it worked.

    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
    Type Description
    bool
    | Edit this page View Source

    obj

    Declaration
    public object obj
    Field Value
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX