Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

JByte

JByte is a JavaScript port of the C# function String.Format

How to use

JByte uses the same logic as C#'s String.Function

For example:

var firstName = "Tom";
var surName = "Davies";

document.write(JByte("My name is {0} {1}",firstName,surName));

will write

My name is Tom Davies

At the moment, JByte is able to use up to 10 variables ( {0} - {9} )

About

JByte is a JavaScript port of the C# function String.Format

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages