C# Class System.ZXPCBBox

Inheritance: IZXPConverter
Show file Open project: RegrowthStudios/VoxelRTS

Public Properties

Property Type Description
VALUE_DELIMITERS char[]

Public Methods

Method Description
Convert ( string s, object &value ) : bool
Convert ( object value ) : string

Method Details

Convert() public method

public Convert ( string s, object &value ) : bool
s string
value object
return bool

Convert() public method

public Convert ( object value ) : string
value object
return string

Property Details

VALUE_DELIMITERS public static property

public static char[] VALUE_DELIMITERS
return char[]