ly.img.android.pesdk.backend.exif / ExifTagInfo / getValueAsString

getValueAsString

open fun getValueAsString(defaultValue: String!): String!

Gets the value as a String. This method should be used for tags of type #TYPE_ASCII.

Parameters

defaultValue - String!: the String to return if the tag's value does not exist or cannot be converted to a String.

Return
String!: the tag's value as a String, or the defaultValue.

open fun getValueAsString(): String!

Gets the value as a String. This method should be used for tags of type #TYPE_ASCII.

Return
String!: the value as a String, or null if the tag's value does not exist or cannot be converted to a String.