Class k.d._StringConverter(BaseConverter):

Part of kiwi.datatypes
Undocumented
Functionas_string

Convert the value to a string using the specificed format.

Functionfrom_string

Convert a value from a string.

def as_string(self, value, format=None):

Convert the value to a string using the specificed format.

def from_string(self, value):

Convert a value from a string.