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

#include <CeresEngine/Foundation/String.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ fromString()

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

◆ toString()

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

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