diff --git a/docs/ntext/fn.to_text_fmt.html b/docs/ntext/fn.to_text_fmt.html index 6f64a17..7f56cfe 100644 --- a/docs/ntext/fn.to_text_fmt.html +++ b/docs/ntext/fn.to_text_fmt.html @@ -1,5 +1,5 @@ ntext::to_text_fmt - Rust

[][src]Function ntext::to_text_fmt

pub fn to_text_fmt(number: usize, fmt: &Formatting<'_>) -> String

Convert usize to words in a string seperated by a seperator.

+ Change settings

[][src]Function ntext::to_text_fmt

pub fn to_text_fmt(number: usize, fmt: &Formatting<'_>) -> String

Convert usize to words in a string seperated by a seperator.

\ No newline at end of file diff --git a/docs/ntext/struct.Formatting.html b/docs/ntext/struct.Formatting.html index c781c82..3407b91 100644 --- a/docs/ntext/struct.Formatting.html +++ b/docs/ntext/struct.Formatting.html @@ -14,7 +14,7 @@ tens_seperator: Option<&'format str>

Set the seperator between tens place digits like "twenty-two".

Implementations

impl<'format> Formatting<'format>[src]

pub fn default() -> Self[src]

Get the default formatting.

pub fn none() -> Self[src]

No formatting at all

-

pub fn with_seperator(seperator: &'format str) -> Self[src]

With same formatting for all

+

pub fn with_seperator(seperator: &'format str) -> Self[src]

With same formatting for all seperators

pub fn capitalize(&mut self) -> Self[src]

Capitalize the formatting

pub fn decapitalize(&mut self) -> Self[src]

Lower case the formatting struct

Trait Implementations

impl<'format> Clone for Formatting<'format>[src]