IXuniValueFormatter Protocol Reference

Declared in IXuniValueFormatter.h

Overview

Formatter protocol.

– format:format: required method

Format the value using the format string.

- (NSString *)format:(NSObject *)value format:(NSString *)format

Parameters

value

the value to format.

format

the format string.

Return Value

the formatted string.

Discussion

Format the value using the format string.

Declared In

IXuniValueFormatter.h

– format:format:dataType: required method

Format the value using the format string.

- (NSString *)format:(NSObject *)value format:(NSString *)format dataType:(XuniDataType)dataType

Parameters

value

the value to format.

format

the format string.

dataType

the dataType of value.

Return Value

the formatted string.

Discussion

Format the value using the format string.

Declared In

IXuniValueFormatter.h