ProceduralPlanets

◆ IsBase64()

static bool ProceduralPlanets.Util.IsBase64 ( this string  _base64String)
static

Verifies if a string appears (not full validation) to be Base64 formatted (can be used as a string method extension, e.g. myString.IsBase64()

Parameters
_base64String
Returns