WoodpeckerCIInfo.

GetEnvironmentUri(string) Method

Summary

Gets an environment variable as a System.Uri.

Syntax

protected Uri GetEnvironmentUri(string variable)

Parameters

Name Type Description
variable string The environment variable name.

Return Value

Type Description
Uri The environment variable as a Uri, or null if the value is not a valid absolute URI.