Method | Description | |
---|---|---|
FileObject ( string inputValue ) : System | ||
FileObject ( string name, string value ) : System | ||
FromValue ( string inputValue ) : void | ||
ToValue ( ) : string |
public FileObject ( string inputValue ) : System | ||
inputValue | string | |
return | System |
public FileObject ( string name, string value ) : System | ||
name | string | |
value | string | |
return | System |
public FromValue ( string inputValue ) : void | ||
inputValue | string | |
return | void |