static fun fromAsset(context: Context!, assetName: String!): String!
Returns a string from a asset file
context
- Context!: the Android context
assetName
- String!: the asset file
NotFoundException
- if file not found
Return
String!: the content of the asset file