C# Class NoiseLab.Common.Extensions.StringExtensions

显示文件 Open project: sergey-kolodiy/PolyGen

Public Methods

Method Description
ThrowIfNullOrWhitespace ( string value, string paramName ) : void

Method Details

ThrowIfNullOrWhitespace() public static method

public static ThrowIfNullOrWhitespace ( string value, string paramName ) : void
value string
paramName string
return void