Ensure Class

Summary

Provides static methods that help a constructor or method to verify correct arguments and state.
Namespace
GitReleaseManager.Core
Base Types
  • object
graph BT Type-->Base0["object"] Type["Ensure"] class Type type-node

Syntax

public static class Ensure

Methods

Name Value Summary
FileExists(string, string) void
Checks if a file exists.
static
IsNotNullOrWhiteSpace(string, string) void
Checks whether a specified string is not null, empty, or consists only of white-space characters.
static
GitHub