In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces how to clear the key value in XamarinEssentials, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
The Clear () method of the Preferences class clears all keys and values. There are two forms of this method, which are introduced in turn below.
(1) the syntax of the Clear () method is as follows:
Public static void Clear ()
(2) the syntax of the Clear (string) method is as follows:
Public static void Clear (string sharedName)
Where the sharedName parameter specifies the name of the shared container.
There are two points to be aware of when using Preferences:
(1) in the above, some methods have the parameter sharedName, which can be used to create preferences for other containers. The reading varies depending on the platform.
Android: all data is stored in Shared Preferences. If no sharedName is specified, the default Shared Preferences is used, otherwise the name will be used to get the private Shared Preferences with the specified name.
IOS: use NSUserDefaults to store values on iOS devices. If sharedName is not specified, StandardUserDefaults is used, otherwise the name will be used to create a NSUserDefaults with the specified name based on NSUserDefaultsType.SuiteName.
UWP:ApplicationDataContainer is used to store values on UWP devices. If sharedName is not specified, LocalSettings is used, otherwise the name will be used to create a new container in LocalSettings.
(2) Preferences is only suitable for storing a small amount of text. If you try to store a large amount of text, it will affect the overall performance of the application.
Thank you for reading this article carefully. I hope the article "how to clear the key value in XamarinEssentials" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.