C# Class ZeroInstall.Store.Model.ModelUtils

Provides utility methods for interface and feed URIs.
Show file Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
ContainsTemplateVariables ( [ value ) : bool

Determines whether a string contains a template variable (a substring enclosed in curly brackets, e.g {var}).

Private Methods

Method Description
GetAbsoluteHref ( [ href, [ source = null ) : Uri
GetAbsolutePath ( [ path, [ source = null ) : string

Method Details

ContainsTemplateVariables() public static method

Determines whether a string contains a template variable (a substring enclosed in curly brackets, e.g {var}).
public static ContainsTemplateVariables ( [ value ) : bool
value [
return bool