Sscanf Module

Functions and values

Function or value Description

coerce o v

Full Usage: coerce o v

Parameters:
    o : objnull
    v : Type

Returns: objnull
o : objnull
v : Type
Returns: objnull

getFormatters xs

Full Usage: getFormatters xs

Parameters:
    xs : char list

Returns: char list
xs : char list
Returns: char list

parsers

Full Usage: parsers

Returns: IDictionary<char, (string -> objnull)>

The supported characters for the formatter

Returns: IDictionary<char, (string -> objnull)>

separators

Full Usage: separators

Returns: string array
Returns: string array

sscanf pf s

Full Usage: sscanf pf s

Parameters:
Returns: 't

Parse the format in 'pf' from the string 's', failing and raising an exception otherwise

pf : PrintfFormat<'a, 'b, 'c, 'd, 't>
s : string
Returns: 't

sscanfci pf s

Full Usage: sscanfci pf s

Parameters:
Returns: 't

Parse the format in 'pf' from the string 's' regardless of casing, failing and raising an exception otherwise

pf : PrintfFormat<'a, 'b, 'c, 'd, 't>
s : string
Returns: 't