Share via


StringExtensions Class

Definition

public static class StringExtensions
type StringExtensions = class
Public Module StringExtensions
Inheritance
StringExtensions

Methods

ExpandEnvironmentVariables(String)

Replaces %-delimited spans with the matching environment variable values, returning the result. If no matching environment variable is found, the span is replaced by an empty string. "%%" is replaced by a single %.

Applies to