<Instance Method> string(from:)
string(from:)
Creates and returns a localized string representation of the provided unit of measure.
만들고 리턴한다/ 지역화된 string 표현을/ 제공된 단위와 측정에 대해
Declaration
func string(from unit: Unit) -> String
Parameters
unit
The unit of measure to be represented.
단위
표시할 측정의 단위
Return Value
A user-readable string that represents the unit of measure. If the unit cannot be localized, the unit’s symbol value is used.
사용자가 읽을 수 있는 string/ 단위와 측정을 나타내는/
만약 단위가 지역화되지 않았다면,/ 단위의 상징값이 사용된다.
Author And Source
이 문제에 관하여(<Instance Method> string(from:)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@dlsl7380/Instance-Method-stringfrom저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)