Skip to content

astar-development/astar-dev-utilities

Repository files navigation

AStar Utilities

A collection of useful utilities. At the moment, the collection is small but will grow as time and need permits.

Utilities

String Utilities

  • IsNull - as you might expect, checks whether the string is, in fact, null.
  • IsNotNull - as you might expect, checks whether the string is not null.
  • IsNullOrWhiteSpace - as you might expect, checks whether the string is, in fact, null, empty or whitespace. new
  • IsNotNullOrWhiteSpace - as you might expect, checks whether the string is not null, empty or whitespace. new
  • FromJson - as you might expect, converts the JSON representation to the requested Type.

String Utilities

  • ToJson - as you might expect, converts the object to the appropriate JSON representation.

GitHub build

Build and test solution

SonarCloud Analysis Results

Quality Gate Status

Bugs

Security Rating

Vulnerabilities

Coverage

Code Smells

About

A collection of useful utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages