C# Класс zxingwp7.client.result.URIResultParser

Tries to parse results that are a URI of some kind.
Наследование: ResultParser
Показать файл Открыть проект

Открытые методы

Метод Описание
parse ( System.Result result ) : URIParsedResult

Приватные методы

Метод Описание
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.

Описание методов

parse() публичный статический Метод

public static parse ( System.Result result ) : URIParsedResult
result System.Result
Результат URIParsedResult