CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::StringConversion< UInt8 > Struct Reference

#include <CeresEngine/Foundation/String.hpp>

Static Public Member Functions

static String toString (UInt8 val, unsigned short width=0, char fill=' ')
 
static UInt8 fromString (StringView string, UInt8 defaultValue=0)
 

Member Function Documentation

◆ fromString()

static UInt8 CeresEngine::StringConversion< UInt8 >::fromString ( StringView  string,
UInt8  defaultValue = 0 
)
static

◆ toString()

static String CeresEngine::StringConversion< UInt8 >::toString ( UInt8  val,
unsigned short  width = 0,
char  fill = ' ' 
)
static

The documentation for this struct was generated from the following file: