C# Class zxingwp7.client.result.URIResultParser

Tries to parse results that are a URI of some kind.
Inheritance: ResultParser
Mostra file Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
parse ( System.Result result ) : URIParsedResult

Private Methods

Method Description
URIResultParser ( ) : System
isBasicallyValidURI ( String uri ) : bool

Determines whether a string is not obviously not a URI. This implements crude checks; this class does not intend to strictly check URIs as its only function is to represent what is in a barcode, but, it does need to know when a string is obviously not a URI.

Method Details

parse() public static method

public static parse ( System.Result result ) : URIParsedResult
result System.Result
return URIParsedResult